From: Jim Blandy Date: Thu, 10 Jun 1993 06:23:04 +0000 (+0000) Subject: * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95455 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1cda1ca1a63f32a639d6571aa864c60964ba015a;p=emacs.git * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to interface nicely with autoconf. * m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this for us. --- diff --git a/src/m/delta.h b/src/m/delta.h index cf320eb3fe8..8b8649cea03 100644 --- a/src/m/delta.h +++ b/src/m/delta.h @@ -144,7 +144,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef KERNEL_FILE #define KERNEL_FILE "/sysv68" #undef LDAV_SYMBOL -#define SHORT_FILE_NAMES /* The standard C library is -lc881, not -lc. -lbsd brings sigblock and sigsetmask.